win32: set color for scale marks
authorIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 24 Jan 2014 17:27:43 +0000 (18:27 +0100)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 24 Jan 2014 17:27:43 +0000 (18:27 +0100)
gtk/resources/theme/gtk-win32-base.css

index a0bc11484903d47ac64f5c9c53f795bfc4237481..1262d0e0fcdb31f6cb8168a5ee894ef37291b8b7 100644 (file)
@@ -449,6 +449,11 @@ GtkButton.check:active:prelight {
     background-image: -gtk-win32-theme-part(trackbar, 1 1);
 }
 
+.scale.mark.separator {
+    /* defines the color of the actuall marks on the scale */
+    color: shade(@bg_color, 0.6);
+}
+
 .scale.slider {
     background-color: transparent;
     border-width: 0;